home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows (5th Edition) / Programming Windows, 5th ed. - Companion CD (097-0002183)(1999).iso / Chap17 / EZTest / EZFont.h < prev    next >
Encoding:
Text File  |  1998-10-09  |  356 b   |  12 lines

  1. /*----------------------
  2.    EZFONT.H header file
  3.   ----------------------*/
  4.  
  5. HFONT EzCreateFont (HDC hdc, TCHAR * szFaceName, int iDeciPtHeight,
  6.                     int iDeciPtWidth, int iAttributes, BOOL fLogRes) ;
  7.  
  8. #define EZ_ATTR_BOLD          1
  9. #define EZ_ATTR_ITALIC        2
  10. #define EZ_ATTR_UNDERLINE     4
  11. #define EZ_ATTR_STRIKEOUT     8
  12.